home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
libs
/
vopl
/
glvopl.lha
/
glvopl
/
src
/
sunfort
/
fsadjust.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-06-07
|
141 b
|
16 lines
#include "vopl.h"
/*
* adjustscale
*
*/
void
adjustscale_(x, n, axis)
float x[];
int *n;
char *axis;
{
adjustscale(x, *n, *axis);
}